Ordering Events Channel (v1.0.0)

A channel for handling all ordering activities in the BookWorm e-commerce platform.

Overview

The Ordering Events Channel serves as a specialized conduit for managing all ordering-related activities within the BookWorm e-commerce platform. It enables seamless interaction between the Ordering Service and various other components, handling key events like order creation, updates, and deletions. This channel ensures dependable message delivery and upholds the eventual consistency across the ordering domain.

Channel information

Address: ordering.{env}.events
Protocol:
  • amqp

ParameterDescriptionOptionsDefault
envEnvironment to use for the channeldev, stg, prodN/A

Event Types

DeleteBasketCompleteCommand: Signals that a basket has been successfully deleted. DeleteBasketFailedCommand: Signals that an attempt to delete a basket has failed.